de.cebis.moccabox.security.domain
Class Group
java.lang.Object
de.cebis.moccabox.domain.AbstractConceptualObject
de.cebis.moccabox.security.domain.Group
- All Implemented Interfaces:
- IPersistentConcept, java.io.Serializable
public class Group
- extends AbstractConceptualObject
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Group()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_ORGANISATION
public static int TYPE_ORGANISATION
TYPE_LECTURE
public static int TYPE_LECTURE
TYPE_COMMUNITY
public static int TYPE_COMMUNITY
Group
public Group()
getParentGroup
public Group getParentGroup()
setParentGroup
public void setParentGroup(Group parentGroup)
getType
public int getType()
setType
public void setType(int groupType)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)